home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / emac16ds.zip / MAKEFILE < prev    next >
Text File  |  1992-08-01  |  586b  |  20 lines

  1. .asm.obj:
  2.     tasm $*;
  3.  
  4. emacsibm.exe: mintprim.obj mintscan.obj mintform.obj emacs.obj redisp.obj \
  5. buffers.obj ibm.obj files.obj search.obj marks.obj execute.obj \
  6. memory.obj mintlast.obj version.obj emacspwn.obj
  7.     tlink @emacsibm.bll
  8.  
  9. buffers.obj: memory.def
  10. emacs.obj: memory.def mint.def findfile.def
  11. execute.obj: memory.def
  12. files.obj: memory.def
  13. ibm.obj: memory.def
  14. marks.obj: memory.def mint.def mintform.def
  15. mintform.obj: mintform.def mint.def
  16. mintlast.obj: memory.def
  17. mintprim.obj: mintform.def mint.def findfile.def
  18. mintscan.obj: mint.def
  19. search.obj: memory.def
  20.